object Form1: TForm1 Left = 173 Top = 124 Width = 401 Height = 222 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 140 Width = 38 Height = 13 Caption = 'Cust&No:' FocusControl = EdtCustNo end object Label2: TLabel Left = 8 Top = 172 Width = 47 Height = 13 Caption = '&Company:' FocusControl = EdtCompany end object DBGrid1: TDBGrid Left = 0 Top = 0 Width = 385 Height = 128 DataSource = DataSource1 TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object EdtCustNo: TEdit Left = 64 Top = 136 Width = 207 Height = 21 TabOrder = 1 Text = '1354' end object EdtCompany: TEdit Left = 64 Top = 168 Width = 207 Height = 21 TabOrder = 2 Text = 'cayman' end object Button1: TButton Left = 280 Top = 136 Width = 105 Height = 53 Caption = '&Search' TabOrder = 3 OnClick = Button1Click end object Table1: TTable Active = True DatabaseName = 'DBDEMOS' TableName = 'CUSTOMER.DB' Left = 152 Top = 48 end object DataSource1: TDataSource DataSet = Table1 Left = 224 Top = 48 end end